Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
themeisle-companion
/
dashboard
/
src
/
/home/ariannadhf/www/wp-content/plugins/themeisle-companion/dashboard/src/dashboard.js
import App from './components/App'; import { render } from "@wordpress/element"; import maybeAddPolyFills from "./wp-element-polyfill"; const dashboard = document.getElementById("obfx-dash"); if (dashboard) { maybeAddPolyFills(); render(<App />, dashboard); }